GET students/{userIdentifier}/onlineStudentWeeklyAttendance?classTypes[0]={classTypes[0]}&classTypes[1]={classTypes[1]}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Student
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
classTypes | Collection of PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and boolean [value]Response Formats
application/json, text/json
Sample:
{ "sample string 1": true, "sample string 3": true }